Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HOTFIX] Fix Hadoop-1 build caused by #5792. #6619

Closed

Conversation

harishreedharan
Copy link
Contributor

Replaced fs.listFiles with Hadoop-1 friendly fs.listStatus method.

@harishreedharan harishreedharan changed the title [HOTFIX] Fix Hadoop-1 build caused by #5972. [HOTFIX] Fix Hadoop-1 build caused by #5792. Jun 3, 2015
@vanzin
Copy link
Contributor

vanzin commented Jun 3, 2015

LGTM.

@andrewor14
Copy link
Contributor

FsHistoryProviderSuite has passed. I'm merging this into master thanks.

@asfgit asfgit closed this in a8f1f15 Jun 3, 2015
@SparkQA
Copy link

SparkQA commented Jun 3, 2015

Test build #34110 has finished for PR 6619 at commit 6192078.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • case class Params(
    • case class Params(
    • class ElementwiseProduct(val scalingVec: Vector) extends VectorTransformer
    • trait TypeCheckResult
    • case class TypeCheckFailure(message: String) extends TypeCheckResult
    • abstract class UnaryArithmetic extends UnaryExpression
    • case class UnaryMinus(child: Expression) extends UnaryArithmetic
    • case class Sqrt(child: Expression) extends UnaryArithmetic
    • case class Abs(child: Expression) extends UnaryArithmetic
    • case class BitwiseNot(child: Expression) extends UnaryArithmetic
    • case class MaxOf(left: Expression, right: Expression) extends BinaryArithmetic
    • case class MinOf(left: Expression, right: Expression) extends BinaryArithmetic
    • case class Atan2(left: Expression, right: Expression)
    • case class Hypot(left: Expression, right: Expression)
    • case class EqualTo(left: Expression, right: Expression) extends BinaryComparison

jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request Jun 12, 2015
Replaced `fs.listFiles` with Hadoop-1 friendly `fs.listStatus` method.

Author: Hari Shreedharan <hshreedharan@apache.org>

Closes apache#6619 from harishreedharan/evetlog-hadoop-1-fix and squashes the following commits:

6192078 [Hari Shreedharan] [HOTFIX] Fix Hadoop-1 build caused by apache#5972.
nemccarthy pushed a commit to nemccarthy/spark that referenced this pull request Jun 19, 2015
Replaced `fs.listFiles` with Hadoop-1 friendly `fs.listStatus` method.

Author: Hari Shreedharan <hshreedharan@apache.org>

Closes apache#6619 from harishreedharan/evetlog-hadoop-1-fix and squashes the following commits:

6192078 [Hari Shreedharan] [HOTFIX] Fix Hadoop-1 build caused by apache#5972.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants